home *** CD-ROM | disk | FTP | other *** search
/ PC Open e89 / pcopen_e89.iso / Video / UleadVideoStudio5 / Tutorial / English / effects.swf / scripts / DefineButton2_46 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-11-13  |  295 b   |  25 lines

  1. on(release){
  2.    gotoAndPlay(77);
  3.    tellTarget("/a1")
  4.    {
  5.       play();
  6.    }
  7.    tellTarget("/a2")
  8.    {
  9.       play();
  10.    }
  11.    tellTarget("/c1")
  12.    {
  13.       play();
  14.    }
  15.    play();
  16.    tellTarget("/b1")
  17.    {
  18.       play();
  19.    }
  20.    tellTarget("/b2")
  21.    {
  22.       play();
  23.    }
  24. }
  25.